home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / dos / cards / cgacrib / cribbage.doc < prev   
Text File  |  1988-01-08  |  2KB  |  57 lines

  1. Documentation for the Cribbage program
  2.  
  3.  
  4.          C R I B B A G E    V.UU.FF
  5.                    by
  6.           Jim Schrempp and Amy Yu
  7.  
  8.    Adapted from "Kiddie Cribbage" which was
  9.    adapted from "Cribbage" in APPLE PASCAL
  10.    GAMES, by Douglas Hergert and Joseph T.
  11.    Kalash, pages 301-349.  Sybex,1981
  12.  
  13.    Graphic and user interface code
  14.    Copyright, 1987 by J. Schrempp and A. Yu
  15.  
  16.    This game is distributed as shareware.
  17.    All users are entitled to make as many
  18.    copies as they wish.  If you like this
  19.    game, you are requested to make a
  20.    contribution ($8 suggested) to the
  21.    authors:
  22.              Suk Han Software
  23.              1556 Halford Ave #302
  24.              Santa Clara, CA  95051
  25.  
  26.    (We"d also love to hear of any bugs! )
  27.  
  28.  
  29. Fixes:
  30.  
  31. A.01.02
  32.   - exit is triggered by F1 instead of ESC to avoid escape seqence
  33.     of special key
  34.   - Ad 2c 4d 3c 5d 2h Td  counts 10 points
  35.   - If all 8 cards are played, last one runs out of window (need to
  36.     adjust played_window index to start one position earlier)
  37.  
  38. A.01.01
  39.   - CR reply to count question no longer reuses last entered answer
  40.   - Minor enhancement to computer play regarding drop of a five
  41.  
  42.  
  43. Known Problems:
  44.   - If your hand count pegs you out, you still have to count your crib
  45.   - A score peg gets duplicated and left behind.  No problem, but unclean.
  46.  
  47.  
  48. Enhancement Requests:
  49.   - Compress the Cribbage.dat file and uncompress at use
  50.   - Convert source to Turbo 4.0
  51.   - Increase intelligence of computer drop to crib
  52.   - If only one of rank in hand, don't require suit in reply
  53.   - Muggins on/off switch
  54.   - In many cases, don't require a key to be hit to clear a help screen
  55.  
  56.  
  57. -END-